InvalidationKeyType
import { InvalidationKeyType } from "@hyper-fetch/react"
Description
Defined in types/invalidation.types.ts:3
Preview
type InvalidationKeyType = string | CommandInstance | RegExp;
Structure
string | Command<any, any, any, any, any, any, any, any, any, any, any> | RegExp